SByteNINumericSByteNAdd Method
Computes the sum of the current value and the specified value.
Namespace: Jodosoft.NumericsAssembly: Jodosoft.Numerics (in Jodosoft.Numerics.dll) Version: 2.0
SByteN INumeric<SByteN>.Add(
SByteN value
)
Private Function Add (
value As SByteN
) As SByteN Implements INumeric(Of SByteN).Add
private:
virtual SByteN Add(
SByteN value
) sealed = INumeric<SByteN>::Add
private abstract Add :
value : SByteN -> SByteN
private override Add :
value : SByteN -> SByteN
- value SByteN
- The value to add to the current value.
SByteNThe sum of the current value and
value.
INumericTSelfAdd(TSelf)